github.com/gotd/td/telegram/dcs.httpConn.sleep (method)

4 uses

	github.com/gotd/td/telegram/dcs (current package)
		http.go#L246: 			if !c.sleep(httpWaitRetryInterval) {
		http.go#L259: 			if !c.sleep(httpWaitRetryInterval) {
		http.go#L264: 			if !c.sleep(httpWaitRetryInterval) {
		http.go#L272: func (c *httpConn) sleep(d time.Duration) bool {